mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
parent
9239aeee00
commit
2ac8ac3f35
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.version
|
||||
Makefile
|
||||
Makefile.in
|
||||
build-config.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
SUBDIRS = src doc pixmaps data po
|
||||
|
||||
BUILT_SOURCES = $(top_srcdir)/.version
|
||||
$(top_srcdir)/.version:
|
||||
echo $(VERSION) > $@-t && mv $@-t $@
|
||||
dist-hook:
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
|
||||
install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
$(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue