Code

build system: Define target 'version' in the toplevel Makefile.
[tpdfview.git] / src / Makefile.am
index 4e3a166d0d9a1f746f5a12adcdda83aed6a07e65..90d41cf2c24901bcae2e1b568b3cd7766b4d3c79 100644 (file)
@@ -30,10 +30,6 @@ tpdftoc_CFLAGS = $(AM_CFLAGS) -DBUILD_DATE="\"$$( date --utc '+%F %T' ) (UTC)\""
                @POPPLER_GLIB_CFLAGS@
 tpdftoc_LDFLAGS = @POPPLER_GLIB_LIBS@
 
-../version: FORCE
-       @# As a side-effect, this updates ../version.
-       @echo Building $(PACKAGE_NAME) version $$( cd .. && ./version-gen.sh )
-
 tpdfv_features.h: tpdfv_features.h.in ../version
        source ../version; sed \
            -e "s/@TPDFV_VERSION_MAJOR@/$$VERSION_MAJOR/g" \