Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify conkeror and conkeror-bin make instructions
  • Loading branch information
escondida committed Apr 13, 2016
1 parent 56a6923 commit 1566bb5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Expand Up @@ -21,16 +21,11 @@ clean:
$(RM) -r conkeror-$(VERSION)

conkeror: conkeror.in
$(RM) $@ $@.tmp
sed 's:@datadir@:$(BUILDDIR):g' $? > $@.tmp
chmod +x $@.tmp
mv $@.tmp $@
sed 's:@datadir@:$(BUILDDIR):g' $? > $@
chmod +x $@

conkeror-bin: conkeror.in
$(RM) $@ $@.tmp
sed 's:@datadir@:$(PREFIX)/share/conkeror:g' $? > $@.tmp
chmod +x $@.tmp
mv $@.tmp $@
sed 's:@datadir@:$(PREFIX)/share/conkeror:g' $? > $@

conkeror-spawn-helper: conkeror-spawn-helper.c

Expand Down

0 comments on commit 1566bb5

Please sign in to comment.