diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 995b0b3db..23876dea9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +1,15 @@ ## Process this file with automake to create Makefile.in +BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps + + EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP \ - version.sgml.in + version.sgml.in $(BUILT_SOURCES) man_MANS = gpg.1 pkgdata_DATA = gcryptref.html gcryptref.ps -BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps CLEANFILES = gcryptref.aux gcryptref.log gcryptref.tex gcryptref.dvi |