diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/gph/Makefile.am | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6c5adae51..61e3ff2fc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 22 11:14:53 CET 1999 Werner Koch <[email protected]> + + * gph: Removed the directory from the dist becuase it will + go into it's own package. + Thu Sep 23 09:52:58 CEST 1999 Werner Koch <[email protected]> * README.W32: New. diff --git a/doc/Makefile.am b/doc/Makefile.am index e4e135b44..37546f704 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to create Makefile.in -SUBDIRS = gph - EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP README.W32 man_MANS = gpg.1 diff --git a/doc/gph/Makefile.am b/doc/gph/Makefile.am index 7e469505a..d36b0013a 100644 --- a/doc/gph/Makefile.am +++ b/doc/gph/Makefile.am @@ -27,7 +27,7 @@ index.html: $(PARTS) echo '</body></html>' >>index.html -rm -r manual.junk -rm manual/signatures.jpg - (cd manual; rm -r stylesheet-images; ls | grep -v distfiles >distfiles) +## (cd manual; rm -r stylesheet-images; ls | grep -v distfiles >distfiles) dist-hook: index.html |