diff options
Diffstat (limited to 'user-guide')
-rw-r--r-- | user-guide/C/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user-guide/C/Makefile.am b/user-guide/C/Makefile.am index b5c59d8d4..b65f18532 100644 --- a/user-guide/C/Makefile.am +++ b/user-guide/C/Makefile.am @@ -26,9 +26,10 @@ install-data-local: dist-hook: mkdir $(distdir)/sgml + mkdir $(distdir)/html mkdir $(distdir)/img -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml -cp $(srcdir)/fdl.sgml $(distdir) -cp $(srcdir)/img/*.png $(distdir)/img + -cp $(srcdir)/html/*.html $(distdir)/html -.PHONY : html |