diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-05-09 17:34:23 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-05-09 17:34:23 +0000 |
commit | a6e41a42ec1b93fddbd14b2e5af87e2d456b8962 (patch) | |
tree | 6cc5fe5dfd8b3614c45610b67d03ecc123dc486a | |
parent | 61edc2dc7b8eba179d85a6545e46e0d65239e94d (diff) |
gtk-doc-plugins.mak: Fix make distcheck again; change some spaces to tabs in makefile.
Original commit message from CVS:
* gtk-doc-plugins.mak:
Fix make distcheck again; change some spaces to tabs in makefile.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gtk-doc-plugins.mak | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-05-09 Tim-Philipp Müller <tim at centricular dot net> + + * gtk-doc-plugins.mak: + Fix make distcheck again; change some spaces to tabs in makefile. + 2007-04-29 Thomas Vander Stichele <thomas at apestaart dot org> * gtk-doc-plugins.mak (-module): diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak index e4fe5db..7a019b0 100644 --- a/gtk-doc-plugins.mak +++ b/gtk-doc-plugins.mak @@ -29,8 +29,8 @@ EXTRA_DIST = \ $(content_files) \ $(extra_files) \ $(HTML_IMAGES) \ - $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE).types \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE).types \ $(DOC_OVERRIDES) \ $(DOC_MODULE)-sections.txt @@ -235,6 +235,7 @@ CLEANFILES = \ $(SCANOBJ_FILES_O) \ $(DOC_MODULE)-scan.c \ $(DOC_MODULE)-unused.txt \ + $(DOC_MODULE).types \ $(DOC_STAMPS) \ inspect-registry.xml |