[osmium-tool] 03/13: Remove vestiges of old Makefile-based build system.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.0.1
in repository osmium-tool.

commit 345fa140c971716d00de91584792b2a6ef4b8251
Author: Jochen Topf <jochen at topf.org>
Date:   Tue Mar 31 09:19:38 2015 +0200

    Remove vestiges of old Makefile-based build system.
---
 .gitignore     |  4 ----
 doc/.gitignore |  2 --
 doc/Makefile   | 32 --------------------------------
 3 files changed, 38 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6b3cb91..72053c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,2 @@
 .*.swp
-src/*.o
-doc/*.1
-doc/*.html
-build*
 .ycm_extra_conf.pyc
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index 8c7bbbe..0000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.1
-*.5
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 9a55a06..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-#  Makefile for Osmium command line tool documentation.
-#
-#  You need 'pandoc' for this to work.
-#
-
-OSMIUM_VERSION := 0.0.1
-
-PANDOC := pandoc
-
-MARKDOWN_FILES := $(wildcard *.md)
-MAN_PAGES_1 := osmium.1 osmium-apply-changes.1 osmium-cat.1 osmium-fileinfo.1 osmium-merge-changes.1 osmium-time-filter.1
-MAN_PAGES_5 := osmium-file-formats.5
-
-PUBDATE := `date +%Y-%m-%d`
-PANDOC_MAN_OPTIONS := -s -t man --template manpage.template --variable "description=osmium/$(OSMIUM_VERSION)" --variable "date=$(PUBDATE)"
-PANDOC_HTML_OPTIONS := -s -t html
-
-all: $(MAN_PAGES_1) $(MAN_PAGES_5)
-
-%.1: %.md
-	$(PANDOC) $(PANDOC_MAN_OPTIONS) -o $@ $<
-
-%.5: %.md
-	$(PANDOC) $(PANDOC_MAN_OPTIONS) -o $@ $<
-
-%.html: %.md
-	$(PANDOC) $(PANDOC_HTML_OPTIONS) -o $@ $<
-
-clean:
-	rm -f *.1 *.5 *.html
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list