From d0eb882825a3e85da8e00d71dc42cd16dba82885 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 1 Feb 2019 18:19:07 +0100 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 1 + doc/scripts/Makefile | 3 +++ 2 files changed, 4 insertions(+) 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