diff options
author | Carl Worth <cworth@cworth.org> | 2008-02-06 17:00:29 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-02-06 17:01:22 -0800 |
commit | 7800cfd7de347bb8c54fc36ed886018a2d9ec503 (patch) | |
tree | 18782359fc5d2b9024968178279a5d10e7ccd6b2 /Makefile.am | |
parent | ac743e25fa7f8bd720219a5c909fe8bbd20b11b2 (diff) |
Add several Makefile.win32 files to EXTRA_DIST
Otherwise, these files were being omitted from the tar files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6db152a6..481d1c14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -242,3 +242,5 @@ doc-publish: doc ssh $(RELEASE_UPLOAD_HOST) "cd $(MANUAL_UPLOAD_DIR) && tar xzf $(MANUAL_TAR_FILE) && rm -f manual && ln -s $(MANUAL_DATED) manual && ln -sf $(MANUAL_TAR_FILE) cairo-manual.tar.gz" .PHONY: release-verify-even-micro release-verify-newer release-remove-old release-cleanup-group-sticky release-check release-upload release-publish docs-publish lcov lcov-perf lcov-clean genlcov + +EXTRA_DIST += Makefile.win32 |