aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Aspinall2004-03-01 11:44:48 +0000
committerDavid Aspinall2004-03-01 11:44:48 +0000
commit6f0b4f1548d0a6c0bb811e35efcc28a339ce753c (patch)
tree61599eee7ad0fb6e18849dcd42e184a57714111b /Makefile
parentdc8a7b6bff56cda86735b023eb09c1f2dc4dd022 (diff)
Fix cleanpgscripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 241b24f2..369ce49c 100644
--- a/Makefile
+++ b/Makefile
@@ -241,7 +241,7 @@ pgscripts:
# Set PGHOME path in scripts back to default location.
cleanpgscripts:
- make pgscripts ELISP=..
+ make pgscripts DEST_ELISP='$$$$HOME/ProofGeneral'
##