Build GF/Today.hs directly from Makefile. Include libdir.

This commit is contained in:
bringert
2007-07-04 12:49:01 +00:00
parent 0f8ef7432c
commit 39de0bca42
3 changed files with 8 additions and 11 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
echo 'module GF.Today (today,version) where' > GF/Today.hs
echo '{-# NOINLINE today #-}' >> GF/Today.hs
echo 'today,version :: String' >> GF/Today.hs
echo 'today = "'`date`'"' >> GF/Today.hs
echo 'version = "'$1'"' >> GF/Today.hs