-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
• moving fkvnob to $GTHOME/words/dicts/
- Loading branch information
0 parents
commit 1968bc6
Showing
33 changed files
with
167,162 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Making html dictionary | ||
|
||
fkvnob.html: ../bin/fkvnob.html | ||
../bin/fkvnob.html: inc/fkvnob.xml | ||
@echo | ||
@echo "*** Making html file of the dictionary ***" | ||
@echo | ||
@xsltproc inc/fkvnob.xsl inc/fkvnob.xml > ../bin/fkvnob.html | ||
|
||
|
||
# "make clean" is there to remove the binary files at will. | ||
|
||
clean: | ||
@rm -f ../bin/*.fst ../bin/*.save ../bin/*.bin ../bin/*.html |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.