Compare commits

...

3 Commits

Author SHA1 Message Date
Mattia Verga dc1639b9ca
Merge 8b0dc94428 into 0efc6cb6fc 2025-01-26 23:11:03 +00:00
Tom 0efc6cb6fc
Update FAQ links to new GitHub Pages URL (#97) 2025-01-23 10:26:08 -05:00
Mattia Verga 8b0dc94428 Make build parallel safe 2022-10-01 17:05:39 +02:00
2 changed files with 13 additions and 11 deletions

View File

@ -197,21 +197,23 @@ OBJS = \
xephem.o \
xmisc.o
all: libs xephem xephem.1
LIBRARIES := libip liblilxml libjpegd libpng libz
xephem: $(INCS) $(OBJS)
all: $(LIBRARIES) xephem xephem.1
xephem: $(INCS) $(OBJS) $(LIBRARIES)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
xephem.1: xephem.man
nroff -man $? > $@
libs:
cd ../../libastro; make
cd ../../libip; make
cd ../../libjpegd; make
cd ../../liblilxml; make
cd ../../libpng; make
cd ../../libz; make
libs: $(LIBRARIES)
$(LIBRARIES): libastro
$(MAKE) --directory=../../$@
libastro:
$(MAKE) --directory=../../$@
clean:
rm -fr *.o ../../lib*/*.[ao]

View File

@ -522,11 +522,11 @@ using XEphem on my web site or publications?</b>
placed somewhere on each such page:
<p>
<pre>
&lt;a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html"&gt;Created using &lt;b&gt;XEphem&lt;/b&gt;&lt;/a&gt;
&lt;a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html"&gt;Created using &lt;b&gt;XEphem&lt;/b&gt;&lt;/a&gt;
</pre>
<p>
It should look and work like this:
<a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html">
<a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html">
Created using <b>XEphem</b></a>.
<p>
Regarding publications, the Postscript files generated by XEphem already