diff --git a/Makefile b/Makefile index 70a8967..4a78339 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ dist: $(PACKAGE)-$(VERSION)/doc/scripts/gtkdoc.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/htmllint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \ + $(PACKAGE)-$(VERSION)/doc/scripts/markdown.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/platform.sh \ diff --git a/doc/scripts/Makefile b/doc/scripts/Makefile index 55183d7..fa62edf 100644 --- a/doc/scripts/Makefile +++ b/doc/scripts/Makefile @@ -32,6 +32,8 @@ install: all $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 manual.css.xml $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts + $(INSTALL) -m 0644 markdown.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/markdown.sh + $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 phplint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh @@ -56,6 +58,7 @@ uninstall: $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/htmllint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml + $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/markdown.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/platform.sh