Skip to content

Commit

Permalink
Update Makefile.gnu
Browse files Browse the repository at this point in the history
Put back License.txt
  • Loading branch information
ghaberek authored Nov 8, 2024
1 parent eee564d commit f96ca60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/Makefile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,11 @@ $(TRUNKDIR)/source/eudoc/eudoc.ex :
$(TRUNKDIR)/source/creole/creole.ex :
git clone git://github.com/openeuphoria/creole $(TRUNKDIR)/source/creole

$(BUILDDIR)/euphoria.txt : $(EU_DOC_SOURCE)
$(BUILDDIR)/euphoria.txt : $(EU_DOC_SOURCE) $(TRUNKDIR)/License.txt
cd $(TRUNKDIR)/docs && $(EUDOC) -d HTML --strip=2 --verbose -a manual.af -o $(CYPBUILDDIR)/euphoria.txt

$(TRUNKDIR)/License.txt : $(TRUNKDIR)/LICENSE ; cp -p $< $@

$(BUILDDIR)/docs/index.html : $(BUILDDIR)/euphoria.txt $(DOCDIR)/*.txt $(TRUNKDIR)/include/std/*.e
-mkdir -p $(BUILDDIR)/docs/images
-mkdir -p $(BUILDDIR)/docs/js
Expand Down

0 comments on commit f96ca60

Please sign in to comment.