X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=67592038d50e3339ab74dfa0e1e6187a21af837c;hp=e85ed75207f1eb5b31d7bb8da7051fcac1b1f4e1;hb=537bbefcbd693d3c544c7d12e015d615193d0c82;hpb=624aa80f8478a9beb3ee9497a535a80ec2d42638 diff --git a/doc/Makefile.am b/doc/Makefile.am index e85ed75207..67592038d5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,11 @@ -info_TEXINFOS = openocd.texi -openocd_TEXINFOS = fdl.texi -man_MANS = openocd.1 -EXTRA_DIST = openocd.1 +info_TEXINFOS += %D%/openocd.texi +%C%_openocd_TEXINFOS = %D%/fdl.texi -dist-hook: - mkdir $(distdir)/manual - cp -p $(srcdir)/manual/*.txt $(distdir)/manual +dist_man_MANS += %D%/openocd.1 -MAINTAINERCLEANFILES = Makefile.in mdate-sh texinfo.tex +EXTRA_DIST += %D%/manual + +MAINTAINERCLEANFILES += \ + %D%/mdate-sh \ + %D%/stamp-vti \ + %D%/version.texi