From: Andrew G. Morgan Date: Tue, 17 Sep 2002 04:41:29 +0000 (+0000) Subject: Relevant BUGIDs: 471377 X-Git-Tag: Linux-PAM-0-77~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9f1b93a7bdf0894f73ba3c250fb8264fd6291f2;p=linux-pam Relevant BUGIDs: 471377 Purpose of commit: bugfix Commit summary: --------------- PDF support was broken - installation was messed up. --- diff --git a/doc/Makefile b/doc/Makefile index 63c11fbf..081864ac 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -25,7 +25,7 @@ dummy: # can type make pdf in this directory and see what happens in the pdf # subdirectory. -all: htmls texts postscript +all: htmls texts postscript pdf htmls: $(HTMLS) @@ -125,12 +125,12 @@ ifneq ($(PSER),) for file in ps/*.ps; do \ install -m 644 $$file $(FAKEROOT)$(DOCDIR)/ps ; \ done - ifeq ($(HAVE_PS2PDF),yes) - mkdir -p $(FAKEROOT)$(DOCDIR)/pdf - for file in pdf/*.pdf; do \ - install -m 644 $$file $(FAKEROOT)$(DOCDIR)/pdf ; \ - done - endif +ifeq ($(HAVE_PS2PDF),yes) + mkdir -p $(FAKEROOT)$(DOCDIR)/pdf + for file in pdf/*.pdf; do \ + install -m 644 $$file $(FAKEROOT)$(DOCDIR)/pdf ; \ + done +endif endif ifeq ($(HAVE_SGML2HTML),yes) mkdir -p $(FAKEROOT)$(DOCDIR)/html