Re: Handling info pages with link to images

2025-02-11 Thread Xiyue Deng
Hi Yavor, Yavor Doganov writes: > Xiyue Deng wrote: >> However, I am concerned with the maintainability of such a complex >> handling that is not blessed by upstream: when there are updates by >> adding more info pages or images, and if the package is team >> maintained (like racket-mode), other

Re: Handling info pages with link to images

2025-02-10 Thread Yavor Doganov
Xiyue Deng wrote: > However, I am concerned with the maintainability of such a complex > handling that is not blessed by upstream: when there are updates by > adding more info pages or images, and if the package is team > maintained (like racket-mode), other team members may have a hard > time to f

Re: Handling info pages with link to images

2025-02-10 Thread Xiyue Deng
Hi Yavor, Yavor Doganov writes: > Xiyue Deng wrote: >> Recently I am attempting to enable shipping docs of the racket-mode >> package[1]. However, its info page contains links to image files >> (e.g. [2]) using the image syntax[3]. > > I encountered the same problem for fisicalab.app [1] and so

Re: Handling info pages with link to images

2025-02-10 Thread Yavor Doganov
Xiyue Deng wrote: > Recently I am attempting to enable shipping docs of the racket-mode > package[1]. However, its info page contains links to image files > (e.g. [2]) using the image syntax[3]. I encountered the same problem for fisicalab.app [1] and solved it this way in debian/rules (I'm not s

Re: Handling info pages with link to images

2025-02-09 Thread Xiyue Deng
Xiyue Deng writes: > Hi, > > Recently I am attempting to enable shipping docs of the racket-mode > package[1]. However, its info page contains links to image files > (e.g. [2]) using the image syntax[3]. If I simply handle the image > files like the *.info files using debian/.info, install-info