Skip to content

Commit

Permalink
Changed data structure
Browse files Browse the repository at this point in the history
data -> catalogs
extras-standart -> data
extras are now empty
Subfolders added
celestia.cfg updated
Makefile.am adapted
  • Loading branch information
Alexell committed Oct 9, 2017
1 parent 7a9f109 commit 380bb8f
Show file tree
Hide file tree
Showing 133 changed files with 84,504 additions and 97,927 deletions.
29 changes: 29 additions & 0 deletions catalogs/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pkgdatadir = @datadir@/@PACKAGE@/catalogs

## Only attempt to remake the Star Database if we have the HIPPARCOS sources
if ENABLE_HIPPARCOS
HIP_DAT = stars.dat
else
HIP_DAT =
endif

BUILT_SOURCES = $(HIP_DAT)

pkgdata_DATA = \
$(wildcard *.ssc) \
$(wildcard *.dat) \
$(wildcard *.xyz) \
$(wildcard *.xyzv) \
$(wildcard *.dsc) \
$(wildcard *.stc)

EXTRA_DIST = \
$(pkgdata_DATA) \
stars.txt

MAINTAINERCLEANFILES = stars.dat

if ENABLE_HIPPARCOS
stars.dat: @HIPDIR@/hip_main.dat
../src/buildstardb -q
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 380bb8f

Please sign in to comment.