From 764818216acc99812197ca8a088a873ce168650a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 23 Oct 2017 03:28:08 +0200 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 1 + doc/scripts/Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 81546a4..8264161 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ dist: $(PACKAGE)-$(VERSION)/doc/scripts/docbook.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/gettext.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/gtkdoc.sh \ + $(PACKAGE)-$(VERSION)/doc/scripts/htmllint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \ $(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \ diff --git a/doc/scripts/Makefile b/doc/scripts/Makefile index 174acb3..d54c410 100644 --- a/doc/scripts/Makefile +++ b/doc/scripts/Makefile @@ -24,6 +24,8 @@ install: $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 gtkdoc.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts + $(INSTALL) -m 0644 htmllint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/htmllint.sh + $(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 phplint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh @@ -46,6 +48,7 @@ uninstall: $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/docbook.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gettext.sh $(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/phplint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh